home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / hard / drivr / serpat20.lha / SerialPatch.doc < prev    next >
Text File  |  1992-08-31  |  3KB  |  93 lines

  1.  
  2.                                SerialPatch V2.000
  3.  
  4.  
  5.         COPYRIGHT
  6.  
  7.      This program is feedbackware! This  means  that  all  rights  are
  8.      reserved, because I  may  possibly  release  future  versions  as
  9.      shareware. But now, you can use SerialPatch without  any  charge,
  10.      the only thing you *HAVE* to do, is to "register".
  11.  
  12.      So I can see which of my programs are used most and can give them
  13.      a higher priority in my time-schedule. :-))
  14.  
  15.  
  16.         WHAT IS IT
  17.  
  18.      This program is for you guys, needing a  special  "serial.device"
  19.      for your multi-serial-card. Some programs do not allow to specify
  20.      the device to use for  accessing  the  serial-hardware.  This  is
  21.      "fixed" by SerialPatch. SerialPatch changes  Exec's  OpenDevice()
  22.      to use your device instead of the  normal  "serial.device".  This
  23.      won't cost you any CPU-Time and only 40 Byte of memory. :-))
  24.  
  25.  
  26.         USAGE
  27.  
  28.      In this version, SerialPatch recognizes the following parameters:
  29.  
  30.                 NewDevice [PatchOnlyUnit/N] [NewUnit/N]
  31.  
  32.             NewDevice - This is the name of the device, that should be
  33.                         used instead of the original "serial.device".
  34.                         This parameter is required!
  35.  
  36.  
  37.         PatchOnlyUnit - This optinal parameter could be used  to  tell
  38.                         SerialPatch to patch only *ONE* specific  unit
  39.                         of the serial.device! Calling SerialPatch with
  40.                         this  parameter  set   to   "1",   will   make
  41.                         SerialPatch    patching    only    calls    to
  42.                         "serial.device", unit 1. Other units won't  be
  43.                         touched.
  44.  
  45.  
  46.               NewUnit - All calls patched calls  (see  PatchOnlyUnit),
  47.                         will be sent to this unit!! This parameter  is
  48.                         optinal.
  49.  
  50.  
  51.         EXAMPLE
  52.  
  53.      Here's an example for better understanding: A friend of mine uses
  54.      a serial-board and has his modems connected to unit 0. Under unit
  55.      1 another amiga is connected via nomodem. But a game -  that  had
  56.      the capability of playing against each other via modem or nomodem
  57.      - always opended serial-device unit 0, which didn't work with the
  58.      board.
  59.  
  60.      All you he has to do now, is to call "SerialPatch  <my.device>  0
  61.      1" and all problems are gone. :-) SerialPatch will look for calls
  62.      to serial.device,0 and remap them to <my.device>,1!
  63.  
  64.      You could also have called "SerialPatch <my.device>  NewUnit  1",
  65.      what would have remapped *ALL*  calls  to  the  serial.device  to
  66.      <my.device>,1.
  67.  
  68.  
  69.         RESTRICTIONS
  70.  
  71.      Some  programs   use   their   own   routines   to   access   the
  72.      serial-hardware (like PC-Task). Of  course  the  patch  won't  do
  73.      anything with them. Sorry, but there's nothing  I  can  do  about
  74.      that.
  75.  
  76.  
  77.         SYSTEM REQUIREMENTS
  78.  
  79.      SerialPatch requires at least Kickstart V37.xxx.
  80.  
  81.  
  82.         THE AUTHOR
  83.  
  84.      If you have any comments for me or just want to tell me, that you
  85.      hate my program, don't hesitate to connect me under  one  of  the
  86.      following addresses:
  87.  
  88.      Snail-Mail: Peter Simons      E-Mail: simons@peti.GUN.de (Usenet)
  89.                  Europaring 20             2:242/7.25       (FIDO-Net)
  90.                  D-5300 Bonn 1
  91.                  Germany            Voice: Tel. 0228 / 746061
  92.  
  93.